home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TMOUSEFORM / TMOUSEFORM.txt
Encoding:
Text File  |  1997-02-27  |  1.8 KB  |  88 lines

  1. object MouseForm: TMouseForm
  2.   Left = 448
  3.   Top = 10
  4.   BorderStyle = bsNone
  5.   Caption = 'MouseForm'
  6.   ClientHeight = 45
  7.   ClientWidth = 115
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object MainPanel: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 115
  21.     Height = 45
  22.     Align = alClient
  23.     BorderWidth = 3
  24.     TabOrder = 0
  25.     object TitleBar: TPanel
  26.       Left = 4
  27.       Top = 4
  28.       Width = 107
  29.       Height = 18
  30.       Align = alTop
  31.       BevelOuter = bvNone
  32.       Caption = 'Mouse Position'
  33.       Color = clActiveCaption
  34.       Font.Color = clCaptionText
  35.       Font.Height = -12
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       TabOrder = 0
  40.       OnMouseDown = TitleBarMouseDown
  41.       OnMouseMove = TitleBarMouseMove
  42.       OnMouseUp = TitleBarMouseUp
  43.     end
  44.     object Panel1: TPanel
  45.       Left = 4
  46.       Top = 22
  47.       Width = 107
  48.       Height = 19
  49.       Align = alClient
  50.       BevelOuter = bvNone
  51.       Caption = 'x'
  52.       Font.Color = clBtnText
  53.       Font.Height = -12
  54.       Font.Name = 'Arial'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       TabOrder = 1
  58.       object XPos: TPanel
  59.         Left = 0
  60.         Top = 0
  61.         Width = 45
  62.         Height = 19
  63.         Align = alLeft
  64.         Alignment = taRightJustify
  65.         BevelOuter = bvNone
  66.         Caption = '0'
  67.         Font.Color = clBtnText
  68.         Font.Height = -12
  69.         Font.Name = 'Arial'
  70.         Font.Style = []
  71.         ParentFont = False
  72.         TabOrder = 0
  73.       end
  74.       object YPos: TPanel
  75.         Left = 62
  76.         Top = 0
  77.         Width = 45
  78.         Height = 19
  79.         Align = alRight
  80.         Alignment = taLeftJustify
  81.         BevelOuter = bvNone
  82.         Caption = '0'
  83.         TabOrder = 1
  84.       end
  85.     end
  86.   end
  87. end
  88.